home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xarchie-2.0.9
/
syserr.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-18
|
321b
|
14 lines
/*
* syserr.h : Portable interface to system error messages.
*
* George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
*
*/
/* Either the real errno or one of our making, for external use. */
#ifndef MSDOS
extern int errno; /* MSDOS doesn't like this, apparently */
#endif /* !MSDOS */
extern void sysError();